projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995be75
)
Further image.c compilation warning fixes
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 15 Aug 2013 16:03:56 +0000
(18:03 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 15 Aug 2013 16:03:56 +0000
(18:03 +0200)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index c9ad4c8ef76f18bd61573a89f649b950ee94cda7..21b6f8979eeef647bbcfc014d6d8c5b3a05a0f7d 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-7890,7
+7890,7
@@
imagemagick_compute_animated_image (MagickWand *super_wand, int ino)
MagickWand *sub_wand;
PixelIterator *source_iterator, *dest_iterator;
PixelWand **source, **dest;
-
unsigned long
source_width, dest_width;
+
size_t
source_width, dest_width;
MagickPixelPacket pixel;
MagickSetIteratorIndex (super_wand, i);